- PurpleProxyConnectData
alias PurpleProxyConnectData = _PurpleProxyConnectData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleProxyConnectFunction
alias PurpleProxyConnectFunction = void function(void*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleProxyInfo
alias PurpleProxyInfo = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleProxyType
alias PurpleProxyType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_global_proxy_get_info
alias da_purple_global_proxy_get_info = PurpleProxyInfo* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_global_proxy_set_info
alias da_purple_global_proxy_set_info = void function(PurpleProxyInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect
alias da_purple_proxy_connect = PurpleProxyConnectData* function(void* handle, PurpleAccount* account, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect_cancel
alias da_purple_proxy_connect_cancel = void function(PurpleProxyConnectData* connect_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect_cancel_with_handle
alias da_purple_proxy_connect_cancel_with_handle = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect_socks5
alias da_purple_proxy_connect_socks5 = PurpleProxyConnectData* function(void* handle, PurpleProxyInfo* gpi, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect_socks5_account
alias da_purple_proxy_connect_socks5_account = PurpleProxyConnectData* function(void* handle, PurpleAccount* account, PurpleProxyInfo* gpi, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_connect_udp
alias da_purple_proxy_connect_udp = PurpleProxyConnectData* function(void* handle, PurpleAccount* account, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_get_handle
alias da_purple_proxy_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_get_setup
alias da_purple_proxy_get_setup = PurpleProxyInfo* function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_destroy
alias da_purple_proxy_info_destroy = void function(PurpleProxyInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_get_host
alias da_purple_proxy_info_get_host = const(char)* function(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_get_password
alias da_purple_proxy_info_get_password = const(char)* function(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_get_port
alias da_purple_proxy_info_get_port = int function(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_get_type
alias da_purple_proxy_info_get_type = PurpleProxyType function(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_get_username
alias da_purple_proxy_info_get_username = const(char)* function(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_new
alias da_purple_proxy_info_new = PurpleProxyInfo* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_set_host
alias da_purple_proxy_info_set_host = void function(PurpleProxyInfo* info, const(char)* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_set_password
alias da_purple_proxy_info_set_password = void function(PurpleProxyInfo* info, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_set_port
alias da_purple_proxy_info_set_port = void function(PurpleProxyInfo* info, int port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_set_type
alias da_purple_proxy_info_set_type = void function(PurpleProxyInfo* info, PurpleProxyType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_info_set_username
alias da_purple_proxy_info_set_username = void function(PurpleProxyInfo* info, const(char)* username)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_init
alias da_purple_proxy_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_proxy_uninit
alias da_purple_proxy_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_global_proxy_get_info
PurpleProxyInfo* purple_global_proxy_get_info()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_global_proxy_set_info
void purple_global_proxy_set_info(PurpleProxyInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect
PurpleProxyConnectData* purple_proxy_connect(void* handle, PurpleAccount* account, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_cancel
void purple_proxy_connect_cancel(PurpleProxyConnectData* connect_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_cancel_with_handle
void purple_proxy_connect_cancel_with_handle(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_socks5
PurpleProxyConnectData* purple_proxy_connect_socks5(void* handle, PurpleProxyInfo* gpi, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_socks5_account
PurpleProxyConnectData* purple_proxy_connect_socks5_account(void* handle, PurpleAccount* account, PurpleProxyInfo* gpi, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_udp
PurpleProxyConnectData* purple_proxy_connect_udp(void* handle, PurpleAccount* account, const(char)* host, int port, PurpleProxyConnectFunction connect_cb, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_get_handle
void* purple_proxy_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_get_setup
PurpleProxyInfo* purple_proxy_get_setup(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_destroy
void purple_proxy_info_destroy(PurpleProxyInfo* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_host
const(char)* purple_proxy_info_get_host(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_password
const(char)* purple_proxy_info_get_password(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_port
int purple_proxy_info_get_port(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_type
PurpleProxyType purple_proxy_info_get_type(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_username
const(char)* purple_proxy_info_get_username(const(PurpleProxyInfo)* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_new
PurpleProxyInfo* purple_proxy_info_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_host
void purple_proxy_info_set_host(PurpleProxyInfo* info, const(char)* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_password
void purple_proxy_info_set_password(PurpleProxyInfo* info, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_port
void purple_proxy_info_set_port(PurpleProxyInfo* info, int port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_type
void purple_proxy_info_set_type(PurpleProxyInfo* info, PurpleProxyType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_username
void purple_proxy_info_set_username(PurpleProxyInfo* info, const(char)* username)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_init
void purple_proxy_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_uninit
void purple_proxy_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_global_proxy_get_info
da_purple_global_proxy_get_info purple_global_proxy_get_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_global_proxy_set_info
da_purple_global_proxy_set_info purple_global_proxy_set_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect
da_purple_proxy_connect purple_proxy_connect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_cancel
da_purple_proxy_connect_cancel purple_proxy_connect_cancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_cancel_with_handle
da_purple_proxy_connect_cancel_with_handle purple_proxy_connect_cancel_with_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_socks5
da_purple_proxy_connect_socks5 purple_proxy_connect_socks5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_socks5_account
da_purple_proxy_connect_socks5_account purple_proxy_connect_socks5_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_connect_udp
da_purple_proxy_connect_udp purple_proxy_connect_udp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_get_handle
da_purple_proxy_get_handle purple_proxy_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_get_setup
da_purple_proxy_get_setup purple_proxy_get_setup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_destroy
da_purple_proxy_info_destroy purple_proxy_info_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_host
da_purple_proxy_info_get_host purple_proxy_info_get_host;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_password
da_purple_proxy_info_get_password purple_proxy_info_get_password;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_port
da_purple_proxy_info_get_port purple_proxy_info_get_port;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_type
da_purple_proxy_info_get_type purple_proxy_info_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_get_username
da_purple_proxy_info_get_username purple_proxy_info_get_username;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_new
da_purple_proxy_info_new purple_proxy_info_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_host
da_purple_proxy_info_set_host purple_proxy_info_set_host;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_password
da_purple_proxy_info_set_password purple_proxy_info_set_password;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_port
da_purple_proxy_info_set_port purple_proxy_info_set_port;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_type
da_purple_proxy_info_set_type purple_proxy_info_set_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_info_set_username
da_purple_proxy_info_set_username purple_proxy_info_set_username;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_init
da_purple_proxy_init purple_proxy_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_proxy_uninit
da_purple_proxy_uninit purple_proxy_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.